home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G27F / G27_ODAE.Dxr / 00071_ÉCÉâÉXÉgÇÃÉXÉNÉçÅ[ÉãÉ{É^ÉìÇÃì¸ÇÍë÷Ƕ.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  786 b   |  32 lines

  1. on pushbutton2
  2.   global ga, cno
  3.   repeat while stillDown()
  4.     if rollOver(clickOn()) then
  5.       case ga of
  6.         "L":
  7.           set cname to "scrll"
  8.           set the memberNum of sprite 24 to 40
  9.           testl()
  10.         "D":
  11.           set cname to "scrld"
  12.           set the memberNum of sprite 25 to 36
  13.           testd()
  14.         "R":
  15.           set cname to "scrlr"
  16.           set the memberNum of sprite 26 to 38
  17.           testr()
  18.         "U":
  19.           set cname to "scrlu"
  20.           set the memberNum of sprite 27 to 34
  21.           testu()
  22.       end case
  23.     else
  24.       set the memberNum of sprite 24 to 39
  25.       set the memberNum of sprite 25 to 35
  26.       set the memberNum of sprite 26 to 37
  27.       set the memberNum of sprite 27 to 33
  28.     end if
  29.     updateStage()
  30.   end repeat
  31. end
  32.